ga.view.billard
Class BillardEvaluationState.CenteringListener

java.lang.Object
  extended by ga.view.billard.BillardEvaluationState.CenteringListener
All Implemented Interfaces:
com.jme3.input.controls.ActionListener, com.jme3.input.controls.InputListener
Enclosing class:
BillardEvaluationState<T extends IAgeIndividual<T>>

private class BillardEvaluationState.CenteringListener
extends java.lang.Object
implements com.jme3.input.controls.ActionListener

Key listener to toggle centering behavior. Centering means a new object will created between the two parents.

Since:
12.08.2012
Author:
Stephan Dreyer

Constructor Summary
private BillardEvaluationState.CenteringListener()
           
 
Method Summary
 void onAction(java.lang.String name, boolean keyPressed, float tpf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BillardEvaluationState.CenteringListener

private BillardEvaluationState.CenteringListener()
Method Detail

onAction

public void onAction(java.lang.String name,
                     boolean keyPressed,
                     float tpf)
Specified by:
onAction in interface com.jme3.input.controls.ActionListener